shareImage static method
Implementation
static Future<void> shareImage(String filePath) async {
await _shareChannel.invokeMethod<void>('shareImage', {
'path': filePath,
'text': 'Check out my Snap Mind Map!',
});
}
static Future<void> shareImage(String filePath) async {
await _shareChannel.invokeMethod<void>('shareImage', {
'path': filePath,
'text': 'Check out my Snap Mind Map!',
});
}