stopForegroundService method
void
stopForegroundService()
Implementation
void stopForegroundService() {
if (CallState.instance.isStartForegroundService) {
CallKitUILog.i(_tag, 'CallManager stopForegroundService');
NECallKitPlatform.instance.stopForegroundService();
CallState.instance.isStartForegroundService = false;
}
}