static Future<T?> pop<T>({bool animated = true}) { return channel.invokeMethod('navigator.pop', animated); }