getApplicationPath method

Future<String> getApplicationPath(
  1. Map<String, dynamic> options
)

Implementation

Future<String> getApplicationPath(Map<String, dynamic> options) {
  throw UnimplementedError('getApplicationPath() has not been implemented.');
}