dispose method

Future<void> dispose()

Disposes the platform-specific resources.

Implementation

Future<void> dispose() async {
  throw UnimplementedError('dispose() has not been implemented.');
}