playSound static method
Register with the Transistor Software demo server
Do not use.
Implementation
/// Do not use.
static Future<bool> playSound(dynamic soundId) async {
return (await _methodChannel.invokeMethod<bool>('playSound', soundId))
as FutureOr<bool>;
}