triggerMethodChannelError static method
void
triggerMethodChannelError()
Invokes triggerMethodChannelError
on the underlying EmbracePlatform.instance
.
Implementation
static void triggerMethodChannelError() {
if (kDebugMode) print('Starting method channel err!');
_platform.triggerMethodChannelError();
}