startImageAttach method
Implementation
@override
Future<String?> startImageAttach(String imagePath) async {
String? result = await methodChannel.invokeMethod<String>('startImageAttach',{'imagePath': imagePath},);
return result;
}
@override
Future<String?> startImageAttach(String imagePath) async {
String? result = await methodChannel.invokeMethod<String>('startImageAttach',{'imagePath': imagePath},);
return result;
}