remove method

Future<void> remove(
  1. int index
)

Implementation

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