zoomIn method
void
zoomIn()
Implementation
void zoomIn() {
const method = '/zoomIn';
try {
_channel.invokeMethod(method);
} on PlatformException catch (e) {
if(kDebugMode) print(e);
}
}
void zoomIn() {
const method = '/zoomIn';
try {
_channel.invokeMethod(method);
} on PlatformException catch (e) {
if(kDebugMode) print(e);
}
}