isDidInstalled method

Future<String> isDidInstalled()

Implementation

Future<String> isDidInstalled() async {
  throw UnimplementedError('isDIDInstalled() has not been implemented.');
}