@override Future<List> getPlatformBanner() async{ final version = await methodChannel.invokeMethod('get_banner'); return version??[]; }