getError method

Future<String?> getError()

Implementation

Future<String?> getError() async {
  final id = await ImpulsePlayerFactory.getViewId(this);
  return ImpulsePlayerPluginPlatform.instance.getError(id);
}