static Future<void> setupToolbar(int width, int height) async { await _channel .invokeMethod('setupToolbar', {'width': width, 'height': height}); }