restore method
Restores the player state when the application is resumed.
Implementation
Future<void> restore(
int playerId, {
DataSource? dataSource,
int resumeTime = -1,
}) {
throw UnimplementedError('restore() has not been implemented.');
}