handle property

Future<int> handle

Implementation

Future<int> get handle {
  throw UnimplementedError(
    '[PlatformPlayer.handle] is not implemented.',
  );
}