Future<String?> launch({required String token})async { return await BmrtFluginPlatform.instance.launch(token: token); }