open method

Future<void> open(
  1. String file
)

Implementation

Future<void> open(String file) async {
  await player.open(file: file);
}