@override Future setup({required String publisherId}) async { await methodChannel.invokeMethod('setup', { 'publisherId': publisherId, }); }