Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Prev Previous commit
remove newline
  • Loading branch information
szakarias committed May 3, 2017
commit d73a79062b758c1680792cf4e53c8f5b5f05fa9f
3 changes: 0 additions & 3 deletions packages/path-provider/lib/path_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import 'dart:io';

import 'package:flutter/services.dart';

/// Returns commonly used locations on the filesystem.

const _channel = const MethodChannel('plugins.flutter.io/path_provider');

/// Path to the temporary directory on the device.
Expand All @@ -28,7 +26,6 @@ const _channel = const MethodChannel('plugins.flutter.io/path_provider');
return new Directory(path);
}


/// Path to a directory where the application may place files that are private
/// to the application and will only be cleared when the application itself
/// is deleted.
Expand Down