Future<void> setPrefix(String prefix) async { try { await _platform.setPrefix(prefix); } catch (error, stackTrace) { Error.throwWithStackTrace(error, stackTrace); } }