Future<String?> acquireToken(List<String> scopes) { return MsalAuthFlutterPlatform.instance.acquireToken(scopes); }