dispose method
void
dispose()
Releases resources held by the player.
Throws UnimplementedError if not implemented by the platform.
Implementation
void dispose() {
throw UnimplementedError('dispose failed.');
}
Releases resources held by the player.
Throws UnimplementedError if not implemented by the platform.
void dispose() {
throw UnimplementedError('dispose failed.');
}