|
|
|
@ -6,7 +6,6 @@ import 'package:xdga_directories/xdga_directories.dart' as xdga_directories;
|
|
|
|
|
/// This class implements the `package:path_provider` functionality for Aurora. |
|
|
|
|
class PathProviderAurora extends PathProviderPlatform { |
|
|
|
|
/// Registers this class as the default instance of [PathProviderPlatform] |
|
|
|
|
// @todo it's not call dartPluginClass |
|
|
|
|
static void registerWith() { |
|
|
|
|
PathProviderPlatform.instance = PathProviderAurora(); |
|
|
|
|
} |
|
|
|
|