menu
flutter_phone package
documentation
flutter_phone_platform_interface.dart
FlutterPhonePlatform
toCall method
toCall method
dark_mode
light_mode
toCall
method
Future
<
String
?
>
toCall
(
Map
map
)
Implementation
Future<String?> toCall(Map map) { throw UnimplementedError('toCall() has not been implemented.'); }
flutter_phone package
documentation
flutter_phone_platform_interface
FlutterPhonePlatform
toCall method
FlutterPhonePlatform class