Future<bool> transfer(String extension) async { return await _methodChannel.invokeMethod('transfer', {"extension": extension}); }