handle property

Future<int> get handle

Implementation

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