handle property

Future<int> get handle

Implementation

Future<int> get handle async {
  return await player.handle;
}